func fmt.parsenum
5 uses
fmt (current package)
print.go#L306: func parsenum(s string, start, end int) (num int, isnum bool, newi int) {
print.go#L936: width, ok, newi := parsenum(format, 1, i)
print.go#L1057: p.fmt.wid, p.fmt.widPresent, i = parsenum(format, i, end)
print.go#L1083: p.fmt.prec, p.fmt.precPresent, i = parsenum(format, i, end)
scan.go#L1204: s.maxWid, widPresent, i = parsenum(format, i, end)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)